-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source Jira: fixing schemas accordinately to response. #4947
Conversation
/publish connector=connectors/source-cart
|
/test connector=connectors/source-jira
|
/test connector=connectors/source-jira
|
/test connector=connectors/source-jira
|
"stream": { | ||
"name": "issues", | ||
"json_schema": {}, | ||
"supported_sync_modes",: ["incremental"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
"type": "array", | ||
"description": "The groups associated with the application role.", | ||
"items": { "type": "string" } | ||
"items": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
format
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
applied but somewhy it does not available in commit diff (available in global diff)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comments
/publish connector=connectors/source-jira
|
What
Closes #4341 and #4950
How
By fixing all the schemas that are currently using in the Jira connector. Current version can produce
KeyError: "'json_schema'.'properties' are not defined for stream project_components"
Errors. Dev version suggested in this pr does not have that, at least in my case.Recommended reading order
x.java
y.python